GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / TagSetXMLPacket Method / TagSetXMLPacket(Int32,Byte[]) Method
GdPicture image identifier.
The XML packet tag value as byte array.





In This Topic
TagSetXMLPacket(Int32,Byte[]) Method
In This Topic
Writes the XML Packet tag (code 700 (hex 0x02BC)) of a GdPicture image as byte.
Syntax
'Declaration
 
Public Overloads Function TagSetXMLPacket( _
   ByVal ImageID As Integer, _
   ByVal XMLPacket() As Byte _
) As GdPictureStatus
 

Parameters

ImageID
GdPicture image identifier.
XMLPacket
The XML packet tag value as byte array.

Return Value

A member of the GdPictureStatus enumeration.
See Also